home *** CD-ROM | disk | FTP | other *** search
- on mouseWithin
- cursor(280)
- end
-
- on mouseLeave
- cursor(0)
- end
-
- on mouseUp
- global gDemoWindow
- gDemoWindow = window("@/:Data:Oxyden:SOU")
- gDemoWindow.fileName = "SOU"
- offsetX = (the stage).rect.left
- offsetY = (the stage).rect.top
- myLeft = the left of sprite 2
- myTop = the top of sprite 2
- myRight = the right of sprite 2
- myBottom = the bottom of sprite 2
- gDemoWindow.rect = rect(offsetX + myLeft, offsetY + myTop, offsetX + myRight, offsetY + myBottom)
- gDemoWindow.windowType = 2
- open(gDemoWindow)
- end
-